$(document).ready(function(){ if (( window.innerWidth >= 480 )) { $("#slider").show(); $('img[data-src]').each(function() { $(this).attr('src', $(this).attr('data-src') ) }); } else { $("#slider").remove(); } });